
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #image_logo_1527920211216{width:188px;height:96px;position:absolute;left:0%;top:0.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1527920211216{width:106px;left:2%;}}   @media screen and (max-width:640px) {#image_logo_1527920211216{width:106px;height:43px;top:11px;left:2%;z-index:1;}} 

 #dh_style_28_1565074084007{width:69%;z-index:999;position:absolute;top:0px;left:31%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1565074084007{z-index:999;width:663px;left:29.727266702014848%;}}   @media screen and (max-width:640px) {#dh_style_28_1565074084007{width:13.333333333333334%;z-index:999;top:11px;left:84.66666666666667%;}} #dh_style_28_1565074084007 > .view_contents{overflow:visible;}  #dh_style_28_1565074084007 .mainMenuSet {line-height:100px;height:100px;font-size:16px;color:#333333;font-weight:normal;} #dh_style_28_1565074084007 .mainMenuSet:hover {color:#ffffff;background:#305dc3;} #dh_style_28_1565074084007 #hot>a {color:#ffffff;background:#305dc3;} @media screen and (max-width:640px) { #dh_style_28_1565074084007 .mainMenuSet {color:#ffffff;line-height:40px;height:40px;}} #comm_layout_header{height:100px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:100px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:70px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;background:#ffffff;}


 #banner_style_01_1565142951926{width:2880px;height:700px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1565142951926{height:470px;}}   @media screen and (max-width:640px) {#banner_style_01_1565142951926{width:100%;height:201px;top:0px;left:0%;}} 

 #text_style_01_1565143287358{width:44.19723391461214%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:240px;left:27.90138304269393%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565143287358{width:741px;left:calc(50% - 370.5px);top:155px;}}   @media screen and (max-width:640px) {#text_style_01_1565143287358{width:96%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1565143287358>.view_contents {font-size:50px;color:#ffffff;font-family:Microsoft YaHei;text-align:center;font-weight:bold;letter-spacing:0px;} @media screen and (max-width:640px) { #text_style_01_1565143287358>.view_contents {font-size:30px;}}

 #text_style_01_1565145241336{width:46.72279013830427%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:338px;left:26.638604930847865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565145241336{width:668px;left:calc(50% - 334px);top:258px;}}   @media screen and (max-width:640px) {#text_style_01_1565145241336{width:98%;font-size:12px;color:#333;line-height:1.6;top:89px;left:1.0666666666666667%;}}  #text_style_01_1565145241336>.view_contents {color:#ffffff;text-align:center;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1565145241336>.view_contents {font-size:14px;}} #layout_diy_1527920099{height:700px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1527920099{height:470px;}}   @media screen and (max-width:640px) {#layout_diy_1527920099{height:201px;}} 


 #text_style_01_1527921660465{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527921660465{top:70px;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1527921660465{width:58.4%;top:40px;left:20.8%;}}  #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:left;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;border-left:none !important;border-right:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;border-right-width:2px;border-left-width:2px;text-align:center;}}

 #text_style_01_1527921846558{width:17.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:113px;left:10.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527921846558{left:12.725344644750795%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1527921846558{width:96%;top:67px;left:2%;}}  #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}

 #div_blank_new13_1565074625695{width:42%;position:absolute;top:125px;left:21.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1565074625695{left:25.88149522799576%;top:92px;width:252px;}}   @media screen and (max-width:640px) {#div_blank_new13_1565074625695{width:96%;top:842px;left:2%;display:none;}}  #div_blank_new13_1565074625695  {box-sizing:border-box;} #div_blank_new13_1565074625695 .modSet {border-color:#e5e5e5;border-style:solid;border-bottom:none !important;border-left:none !important;border-right:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1565074625695  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1565074625695  {box-sizing:border-box;}}



 #productList_style_03_1565075589439{width:99.96181573802542%;position:absolute;left:0%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1565075589439{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1565075589439{width:96%;top:0px;left:2%;}} #productList_style_03_1565075589439 > .view_contents{overflow:visible;}  #productList_style_03_1565075589439 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1565075589439 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1565075589439 .btnaSet {background:#305dc3;text-align:center;}

 #productList_style_03_1565076026520{width:100%;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1565076026520{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1565076026520{width:96%;top:0px;left:2%;}} #productList_style_03_1565076026520 > .view_contents{overflow:visible;}  #productList_style_03_1565076026520 .titleSet {font-size:18px;color:#666666;text-align:center;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;} #productList_style_03_1565076026520 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1565076026520 .btnaSet {background:#305dc3;text-align:center;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;} #productList_style_03_1565076026520 .imgSet {border-bottom:none !important;border-right:none !important;border-top:none !important;border-left:none !important;background:#ffffff;} #productList_style_03_1565076026520 .modSet {border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;}

 #productList_style_03_1565076043725{width:100%;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1565076043725{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1565076043725{width:96%;top:0px;left:2%;}} #productList_style_03_1565076043725 > .view_contents{overflow:visible;}  #productList_style_03_1565076043725 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1565076043725 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1565076043725 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1565076043725 .imgSet {background:#ffffff;} #productList_style_03_1565076043725 .modSet {background:#ffffff;}

 #productList_style_03_1578286191971{width:100%;position:absolute;left:0%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1578286191971{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1578286191971{width:96%;top:0px;left:0%;}} #productList_style_03_1578286191971 > .view_contents{overflow:visible;}  #productList_style_03_1578286191971 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1578286191971 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1578286191971 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1578286191971 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1578286191971 .detailSet {text-decoration:none;}}

 #productList_style_03_1565076056332{width:100%;position:absolute;left:0%;top:72.00000762939453px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1565076056332{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1565076056332{width:96%;top:0px;left:2%;}} #productList_style_03_1565076056332 > .view_contents{overflow:visible;}  #productList_style_03_1565076056332 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1565076056332 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1565076056332 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1565076056332 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1565076056332 .detailSet {text-decoration:none;}}

 #productList_style_03_1583503595797{width:100%;position:absolute;left:0%;top:62px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1583503595797{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1583503595797{width:96%;top:0px;left:0%;}} #productList_style_03_1583503595797 > .view_contents{overflow:visible;}  #productList_style_03_1583503595797 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1583503595797 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1583503595797 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1583503595797 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1583503595797 .detailSet {text-decoration:none;}}

 #productList_style_03_1583503644811{width:100%;position:absolute;left:0%;top:62px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1583503644811{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1583503644811{width:96%;top:0px;left:0%;}} #productList_style_03_1583503644811 > .view_contents{overflow:visible;}  #productList_style_03_1583503644811 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1583503644811 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1583503644811 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1583503644811 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1583503644811 .detailSet {text-decoration:none;}}

 #productList_style_03_1583504617259{width:100%;position:absolute;left:0%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1583504617259{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1583504617259{width:96%;top:0px;left:0%;}} #productList_style_03_1583504617259 > .view_contents{overflow:visible;}  #productList_style_03_1583504617259 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1583504617259 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1583504617259 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1583504617259 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1583504617259 .detailSet {text-decoration:none;}}

 #productList_style_03_1583504644373{width:100%;position:absolute;left:0%;top:63px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1583504644373{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1583504644373{width:96%;top:0px;left:0%;}} #productList_style_03_1583504644373 > .view_contents{overflow:visible;}  #productList_style_03_1583504644373 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1583504644373 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1583504644373 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1583504644373 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1583504644373 .detailSet {text-decoration:none;}}

 #productList_style_03_1583504678445{width:100%;position:absolute;left:0%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1583504678445{width:100%;}}   @media screen and (max-width:640px) {#productList_style_03_1583504678445{width:96%;top:0px;left:0%;}} #productList_style_03_1583504678445 > .view_contents{overflow:visible;}  #productList_style_03_1583504678445 .titleSet {font-size:18px;color:#666666;text-align:center;} #productList_style_03_1583504678445 .detailSet {color:#999999;font-size:14px;margin-bottom:15px;} #productList_style_03_1583504678445 .btnaSet {background:#305dc3;text-align:center;} #productList_style_03_1583504678445 .imgSet {background:#ffffff;} @media screen and (max-width:640px) { #productList_style_03_1583504678445 .detailSet {text-decoration:none;}} #tab_style_03_1565074712970{width:100%;height:612px;position:absolute;top:145px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1565074712970{height:520px;top:73px;width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#tab_style_03_1565074712970{width:100%;height:773px;top:122px;left:0%;}}  #tab_style_03_1565074712970 .tabItemSet.tabCurItem {background:#305dc3;color:#ffffff;font-size:14px;height:40px;line-height:40px;} #tab_style_03_1565074712970 .tabItemSet {background:transparent;font-size:14px;color:#666666;border-radius:8px;height:40px;line-height:40px;} #tab_style_03_1565074712970 .tabconSet {background:transparent;} #layout_1527920111677{height:757px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527920111677{height:622px;}}   @media screen and (max-width:640px) {#layout_1527920111677{height:914px;}} #layout_1527920111677 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1527924237229{width:41.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:29.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924237229{top:50px;left:29.16224814422057%;}}   @media screen and (max-width:640px) {#text_style_01_1527924237229{width:57.333333333333336%;top:40px;left:21.333333333333336%;}}  #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;color:#ffffff;border-right:none !important;border-left:none !important;border-top:none !important;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;color:#cccccc;}} @media screen and (max-width:640px) { #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;border-right-width:2px;border-left-width:2px;}}

 #text_style_01_1527924237236{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:120px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924237236{left:34.57051961823966%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1527924237236{width:96%;top:66px;left:2%;}}  #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;text-align:center;color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-size:14px;}}


 #image_style_01_1527925097728{width:100px;height:100px;position:absolute;left:calc(50% - 50px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925097728{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925097728{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925097728 > .view_contents{overflow:visible;} 

 #text_style_01_1527925097735{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925097735{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925097735{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925097741{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.954741379310345%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925097741{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925097741{width:88%;top:116px;left:6%;}}  #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925097585{width:25%;height:250px;position:absolute;top:211.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925097585{width:24%;height:197px;left:2%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925097585{width:47%;height:179px;top:122px;left:2%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925097585  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925105544{width:100px;height:100px;position:absolute;left:calc(50% - 50px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925105544{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925105544{width:65.36312849162012%;height:62px;top:12px;left:17.329545454545457%;}} #image_style_01_1527925105544 > .view_contents{overflow:visible;} 

 #text_style_01_1527925105553{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925105553{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925105553{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925105558{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925105558{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925105558{width:88%;top:116px;left:6%;}}  #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925105387{width:25%;height:250px;position:absolute;top:211.5px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925105387{width:24%;height:197px;left:25.965999469777305%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925105387{width:47%;height:178px;top:123px;left:50.4%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925105387  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925111883{width:100px;height:100px;position:absolute;left:calc(50% - 50px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925111883{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925111883{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925111883 > .view_contents{overflow:visible;} 

 #text_style_01_1527925111893{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925111893{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925111893{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925111896{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925111896{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925111896{width:88%;top:116px;left:6%;}}  #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925111698{width:25%;height:250px;position:absolute;top:211.5px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925111698{width:24%;height:197px;left:49.932065217391305%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925111698{width:47%;height:171px;top:308px;left:51%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925111698  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925324451{width:100px;height:100px;position:absolute;left:calc(50% - 50px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925324451{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925324451{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925324451 > .view_contents{overflow:visible;} 

 #text_style_01_1527925324461{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925324461{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925324461{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925324465{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925324465{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925324465{width:88%;top:116px;left:6%;}}  #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925324296{width:25%;height:250px;position:absolute;top:211.5px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925324296{width:24%;height:197px;left:73.89813096500531%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925324296{width:47%;height:171px;top:308px;left:2%;display:block;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925324296  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}

 #div_blank_new01_1565080706630{width:100%;height:370px;position:absolute;top:587px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1565080706630{top:410px;left:2.014846235418876%;width:96%;height:274px;}}   @media screen and (max-width:640px) {#div_blank_new01_1565080706630{width:96%;height:271px;top:748px;left:2%;}}  #div_blank_new01_1565080706630  {box-sizing:border-box;} #div_blank_new01_1565080706630 .modSet {background:#305dc3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1565080706630  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1565080706630  {box-sizing:border-box;}}

 #text_style_01_1565080776123{width:12.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:650px;left:51.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565080776123{top:429px;left:48.31985683987275%;}}   @media screen and (max-width:640px) {#text_style_01_1565080776123{width:33.68421052631579%;top:777px;left:5.041666666666666%;}}  #text_style_01_1565080776123>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:left;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;color:#ffffff;border-right:none !important;border-left:none !important;border-top:none !important;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565080776123>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1565080776123>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;border-right-width:2px;border-left-width:2px;}}

 #text_style_01_1565080804074{width:9.666666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:663px;left:61.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565080804074{top:435.5px;left:59.490986214209975%;}}   @media screen and (max-width:640px) {#text_style_01_1565080804074{width:41.333333333333336%;top:782px;left:32.266666666666666%;}}  #text_style_01_1565080804074>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;text-align:left;color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565080804074>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1565080804074>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1565080895940{width:550px;height:370px;position:absolute;top:562px;left:2%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565080895940{height:261px;width:387px;top:395px;left:4.278234358430541%;}}   @media screen and (max-width:640px) {#image_style_01_1565080895940{width:96%;height:242px;top:507px;left:2%;}} #image_style_01_1565080895940 > .view_contents{overflow:visible;} 

 #text_style_01_1565081168285{width:45.08333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:731px;left:51.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565081168285{width:451px;top:484.5px;left:48.31985683987275%;}}   @media screen and (max-width:640px) {#text_style_01_1565081168285{width:90.66666666666666%;font-size:12px;color:#333;line-height:1.6;top:812px;left:4.666666666666667%;}}  #text_style_01_1565081168285>.view_contents {color:#ffffff;font-size:14px;text-align:justify;}

 #button_style_01_1565081602229{width:10.416666666666668%;position:absolute;top:892px;left:85.91666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1565081602229{top:609px;left:81.26656945917286%;width:137px;}}   @media screen and (max-width:640px) {#button_style_01_1565081602229{width:55.46666666666666%;top:950.5px;left:5.083333333333333%;}} #button_style_01_1565081602229 > .view_contents{overflow:visible;}  #button_style_01_1565081602229 .btnaSet {background:transparent;border-color:#ffffff;color:#ffffff;} #layout_1527924237227{height:1061px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527924237227{height:783px;}}   @media screen and (max-width:640px) {#layout_1527924237227{height:1084px;}} #layout_1527924237227 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527924237227  {background: url(../img/upimages/pkgimg/xinjiantuku/xinbanner/xinbanner3.jpg);background-size:auto 100%;background-position-x:50%;background-position:50% 50% !important;background-repeat:no-repeat!important;background-attachment:fixed;}


 #text_style_01_1565082722351{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565082722351{top:70px;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1565082722351{width:45.86666666666667%;top:40px;left:27.066666666666666%;z-index:2;}}  #text_style_01_1565082722351>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:left;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;border-left:none !important;border-right:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565082722351>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1565082722351>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;border-right-width:2px;border-left-width:2px;text-align:center;}}

 #text_style_01_1565082722365{width:17.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:113px;left:10.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565082722365{left:12.937433722163307%;top:76.5px;}}   @media screen and (max-width:640px) {#text_style_01_1565082722365{width:96%;top:68px;left:2%;z-index:2;}}  #text_style_01_1565082722365>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565082722365>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1565082722365>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}

 #div_blank_new13_1565082722369{width:60.416666666666664%;position:absolute;top:127px;left:21.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1565082722369{left:26.19962884411453%;top:92px;width:479px;}}   @media screen and (max-width:640px) {#div_blank_new13_1565082722369{width:96%;top:1345px;left:2%;display:none;z-index:2;}}  #div_blank_new13_1565082722369  {box-sizing:border-box;} #div_blank_new13_1565082722369 .modSet {border-color:#e5e5e5;border-style:solid;border-bottom:none !important;border-left:none !important;border-right:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1565082722369  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1565082722369  {box-sizing:border-box;}}



 #image_style_01_1527930531673{width:40%;height:210px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527930531673{width:374px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1527930531673{width:96%;height:161px;top:10px;left:2%;display:block;z-index:2;}} #image_style_01_1527930531673 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1527930531673{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1527930531673{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1527930531673{
		
	}
}

 #newsList_style_01_1527930238795{width:690px;left:42.5%;top:50px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1527930238795{width:59.11602209944752%;left:40.80801104972376%;}}   @media screen and (max-width:640px) {#newsList_style_01_1527930238795{width:96%;left:2%;top:343px;z-index:1;}}  #newsList_style_01_1527930238795 .titleSet {font-size:18px;color:#666666;margin-top:0px;margin-bottom:5px;} #newsList_style_01_1527930238795 .detailSet {color:#999999;text-decoration:none;border-style:solid;border-right:none !important;border-top:none !important;border-left:none !important;border-width:01px;border-color:#e0e0e0;border-bottom:none !important;line-height:26px;margin-bottom:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1527930238795 .detailSet {margin-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1527930238795{
	
}
#newsList_style_01_1527930238795 .boxNewsListStyle_1 .sumary_list .newDetail {text-overflow: clip;  white-space: normal; overflow: visible; }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1527930238795{
		
	}
#newsList_style_01_1527930238795 .boxNewsListStyle_1 .sumary_list .newName{width: calc(98% - 80px);}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_01_1527930238795{
		
	}
}

 #newsList_style_18_1565146406580{width:40%;position:absolute;top:284.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1565146406580{width:376px;}}   @media screen and (max-width:640px) {#newsList_style_18_1565146406580{width:96%;top:180px;left:2%;z-index:1;}}  #newsList_style_18_1565146406580 .titleSet {color:#666666;font-size:18px;line-height:26px;margin-bottom:0px;} #newsList_style_18_1565146406580 .detailSet {font-size:14px;color:#999999;line-height:24px;margin-bottom:10px;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;text-decoration:none;} #newsList_style_18_1565146406580 .btnaSet {text-decoration:none;padding-left:30px;padding-right:30px;padding-top:6px;padding-bottom:6px;} #newsList_style_18_1565146406580 .modSet {background:transparent;}

 #newsList_style_18_1565147047282{width:46.08333333333333%;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1565147047282{left:0%;width:49%;}}   @media screen and (max-width:640px) {#newsList_style_18_1565147047282{width:96%;top:23px;left:2%;}}  #newsList_style_18_1565147047282 .titleSet {color:#666666;font-size:18px;line-height:24px;margin-bottom:5px;} #newsList_style_18_1565147047282 .detailSet {font-size:14px;color:#999999;line-height:26px;margin-bottom:5px;} #newsList_style_18_1565147047282 .modSet {background:transparent;}

 #newsList_style_18_1565147161646{width:46.08333333333333%;position:absolute;left:53.91666666666667%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1565147161646{width:49%;left:50.93922651933702%;}}   @media screen and (max-width:640px) {#newsList_style_18_1565147161646{width:96%;top:555px;left:2%;display:none;}}  #newsList_style_18_1565147161646 .titleSet {color:#666666;font-size:18px;line-height:24px;margin-bottom:5px;} #newsList_style_18_1565147161646 .detailSet {font-size:14px;color:#999999;line-height:26px;margin-bottom:5px;} #newsList_style_18_1565147161646 .modSet {background:transparent;} #tab_style_03_1565082722375{width:100%;height:566px;position:absolute;top:102px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1565082722375{top:70px;height:495.5px;width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#tab_style_03_1565082722375{width:100%;height:839px;top:128px;left:0%;z-index:1;}}  #tab_style_03_1565082722375 .tabItemSet.tabCurItem {background:#305dc3;color:#ffffff;font-size:14px;} #tab_style_03_1565082722375 .tabItemSet {background:transparent;font-size:14px;color:#666666;height:40px;line-height:40px;border-radius:8px;} #tab_style_03_1565082722375 .tabconSet {background:transparent;} #layout_1565082722347{height:681px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565082722347{height:609px;}}   @media screen and (max-width:640px) {#layout_1565082722347{height:967px;}} #layout_1565082722347 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565082722347  {background: url(../img/upimages/pkgimg/xinjiantuku/xinbanner/xinbanner6.jpg);background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}


 #text_style_01_1565145570671{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565145570671{top:70px;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1565145570671{width:55.2%;top:40px;left:22.400000000000002%;}}  #text_style_01_1565145570671>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:left;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;border-left:none !important;border-right:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565145570671>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1565145570671>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;border-right-width:2px;border-left-width:2px;text-align:center;}}

 #text_style_01_1565145570686{width:17.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:113px;left:10.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565145570686{left:13.679745493107104%;top:79px;}}   @media screen and (max-width:640px) {#text_style_01_1565145570686{width:96%;top:68px;left:2%;}}  #text_style_01_1565145570686>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565145570686>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1565145570686>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}



 #image_style_03_1565227326206{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:62.5244140625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227326206{top:0px;width:130px;height:130px;left:61.81586671270718%;}}   @media screen and (max-width:640px) {#image_style_03_1565227326206{width:100px;height:100px;top:117px;left:19.466666666666665%;}} #image_style_03_1565227326206 > .view_contents{overflow:visible;}  #image_style_03_1565227326206 .tipsText {font-size:16px;}

 #image_style_03_1565227332085{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:81.69921875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227332085{width:130px;height:130px;top:0px;left:80.75448895027625%;}}   @media screen and (max-width:640px) {#image_style_03_1565227332085{width:100px;height:100px;top:117px;left:52.93333333333333%;}} #image_style_03_1565227332085 > .view_contents{overflow:visible;}  #image_style_03_1565227332085 .tipsText {font-size:16px;}

 #image_style_03_1565227263244{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227263244{width:130px;height:130px;top:0px;left:5%;}}   @media screen and (max-width:640px) {#image_style_03_1565227263244{width:100px;height:100px;top:0px;left:4%;}} #image_style_03_1565227263244 > .view_contents{overflow:visible;}  #image_style_03_1565227263244 .tipsText {font-size:16px;}

 #image_style_03_1565227309334{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:24.1748046875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227309334{width:130px;height:130px;top:0px;left:23.93862223756906%;}}   @media screen and (max-width:640px) {#image_style_03_1565227309334{width:100px;height:100px;top:0px;left:36.731249999999996%;}} #image_style_03_1565227309334 > .view_contents{overflow:visible;}  #image_style_03_1565227309334 .tipsText {font-size:16px;}

 #image_style_03_1565227320174{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:43.349609375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227320174{width:130px;height:130px;top:0px;left:42.87724447513812%;}}   @media screen and (max-width:640px) {#image_style_03_1565227320174{width:100px;height:100px;top:0px;left:69.4625%;}} #image_style_03_1565227320174 > .view_contents{overflow:visible;}  #image_style_03_1565227320174 .tipsText {font-size:16px;}

 #image_style_03_1565227362768{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227362768{width:130px;height:130px;}}   @media screen and (max-width:640px) {#image_style_03_1565227362768{width:100px;height:100px;top:0px;left:4%;}} #image_style_03_1565227362768 > .view_contents{overflow:visible;}  #image_style_03_1565227362768 .imgSet {border-radius:initial;} #image_style_03_1565227362768 .tipsText {font-size:16px;}

 #image_style_03_1565227372411{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:24.1748046875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227372411{width:130px;height:130px;top:0px;left:23.9166091160221%;}}   @media screen and (max-width:640px) {#image_style_03_1565227372411{width:100px;height:100px;top:0px;left:36.731249999999996%;}} #image_style_03_1565227372411 > .view_contents{overflow:visible;}  #image_style_03_1565227372411 .tipsText {font-size:16px;}

 #image_style_03_1565227377027{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:43.349609375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227377027{width:130px;height:130px;top:0px;left:42.8332182320442%;}}   @media screen and (max-width:640px) {#image_style_03_1565227377027{width:100px;height:100px;top:0px;left:69.4625%;}} #image_style_03_1565227377027 > .view_contents{overflow:visible;}  #image_style_03_1565227377027 .tipsText {font-size:16px;}

 #image_style_03_1565227381604{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:62.5244140625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227381604{width:130px;height:130px;top:0px;left:61.7498273480663%;}}   @media screen and (max-width:640px) {#image_style_03_1565227381604{width:100px;height:100px;top:117px;left:19.725%;}} #image_style_03_1565227381604 > .view_contents{overflow:visible;}  #image_style_03_1565227381604 .tipsText {font-size:16px;}

 #image_style_03_1565227386986{width:13.333333333333334%;height:160px;position:absolute;top:0px;left:81.69921875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227386986{width:130px;height:130px;top:0px;left:80.66643646408839%;}}   @media screen and (max-width:640px) {#image_style_03_1565227386986{width:100px;height:100px;top:117px;left:53.46666666666666%;}} #image_style_03_1565227386986 > .view_contents{overflow:visible;}  #image_style_03_1565227386986 .tipsText {font-size:16px;} #image_style_03_1565227386986 .modSet:hover .imgSet {border-radius:initial;} #tab_style_03_1565171618889{width:100%;height:166px;position:absolute;top:202px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1565171618889{width:96%;left:2.014846235418876%;height:139px;top:146px;}}   @media screen and (max-width:640px) {#tab_style_03_1565171618889{width:100%;height:224px;top:118px;left:0%;}}  #tab_style_03_1565171618889 .tabconSet {background:transparent;} #layout_1565145570669{height:468px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565145570669{height:355px;}}   @media screen and (max-width:640px) {#layout_1565145570669{height:388px;}} #layout_1565145570669 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1527932289555{width:84%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:177.5px;left:13.1808879093199%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289555{top:171px;left:11.373197115384617%;width:75%;}}   @media screen and (max-width:640px) {#text_style_02_1527932289555{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527932289555>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289555>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289555>.view_contents {box-sizing:border-box;}}

 #div_blank_1527932289563{width:50px;height:3px;position:absolute;left:4.03125%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1527932289563{top:73px;height:3px;left:1.9656019656019657%;}}   @media screen and (max-width:640px) {#div_blank_1527932289563{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1527932289563 > .view_contents{overflow:visible;}  #div_blank_1527932289563  {box-sizing:border-box;background:#305dc3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1527932289563  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1527932289563  {box-sizing:border-box;}}

 #image_style_01_1527932289571{width:24px;height:24px;position:absolute;top:97.5px;left:3.026605793450882%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289571{left:0%;top:100px;width:30px;height:23px;}}   @media screen and (max-width:640px) {#image_style_01_1527932289571{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1527932289571 > .view_contents{overflow:visible;} 

 #image_style_01_1527932289584{width:24px;height:24px;position:absolute;top:139px;left:3.026605793450882%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289584{left:0%;top:137.5px;height:24px;width:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527932289584{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1527932289584 > .view_contents{overflow:visible;} 

 #image_style_01_1527932289605{width:24px;height:24px;position:absolute;top:215px;left:3.026605793450882%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289605{left:0%;top:211.5px;height:24px;width:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527932289605{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1527932289605 > .view_contents{overflow:visible;} 

 #text_style_02_1527932289615{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:13.255667506297227%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289615{left:11.388221153846153%;width:83.97435897435898%;top:97.5px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289615{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527932289615>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289615>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289615>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289628{width:66.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:137.5px;left:13.499685138539041%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289628{left:11.373197115384617%;top:135.5px;width:249px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289628{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527932289628>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289628>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289628>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289635{width:88.1015625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:217.5px;left:11.838790931989925%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289635{left:11.368189102564102%;top:217px;width:261px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289635{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1527932289635>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289635>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1527932289635>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289640{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.046875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289640{left:1.9656019656019657%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289640{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1527932289640>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289640>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1527932289640>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1565344145019{width:6.297229219143577%;height:25px;position:absolute;top:180px;left:3.2706234256926954%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565344145019{left:0.6360176282051282%;top:171px;}}   @media screen and (max-width:640px) {#image_style_01_1565344145019{width:52.892561983471076%;height:200px;top:200px;left:23.553719008264462%;display:none;}} #image_style_01_1565344145019 > .view_contents{overflow:visible;} 
 #div_includeBlock_1527932288707{width:33.08333333333333%;height:268px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932288707{height:265px;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932288707{width:100%;height:10px;top:0px;left:0%;display:none;}}  #div_includeBlock_1527932288707  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1527932288707  {border-left-width:0px;}}


 #div_blank_1527932289485{width:50px;height:3px;position:absolute;left:4.9921875%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1527932289485{}}   @media screen and (max-width:640px) {#div_blank_1527932289485{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1527932289485 > .view_contents{overflow:visible;}  #div_blank_1527932289485  {box-sizing:border-box;background:#305dc3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1527932289485  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1527932289485  {box-sizing:border-box;}}

 #text_style_02_1527932289490{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.9921875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289490{}}   @media screen and (max-width:640px) {#text_style_02_1527932289490{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1527932289490>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289490>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1527932289490>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1565234256416{width:114px;height:112px;position:absolute;left:51.11820133587786%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565234256416{width:114px;top:97.5px;left:48.185338616714695%;}}   @media screen and (max-width:640px) {#image_style_01_1565234256416{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1565234256416 > .view_contents{overflow:visible;} 

 #text_style_02_1565234297713{width:39.12213740458015%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:4.991650763358779%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565234297713{width:26.21359223300971%;left:8.303314121037463%;top:220px;}}   @media screen and (max-width:640px) {#text_style_02_1565234297713{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1565234297713>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565234297713>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1565234297713>.view_contents {box-sizing:border-box;}}

 #text_style_02_1565234326026{width:30.76923076923077%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:217.5px;left:46.63346851145038%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565234326026{left:46.70389048991355%;top:220px;}}   @media screen and (max-width:640px) {#text_style_02_1565234326026{width:100%;top:30px;left:0%;display:none;}}  #text_style_02_1565234326026>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565234326026>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1565234326026>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1527932288702{width:43.666666666666664%;height:267px;position:absolute;top:0px;left:33.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932288702{width:347px;left:39.978791092258746%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932288702{width:96%;height:240px;top:145px;left:2%;display:none;}}  #div_includeBlock_1527932288702  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1527932289389{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:12.596240942028986%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289389{}}   @media screen and (max-width:640px) {#text_style_02_1527932289389{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1527932289389>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289389>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1527932289389>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1527932289404{width:50px;height:3px;position:absolute;left:12.596240942028986%;top:70px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1527932289404{}}   @media screen and (max-width:640px) {#div_blank_1527932289404{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1527932289404 > .view_contents{overflow:visible;}  #div_blank_1527932289404  {box-sizing:border-box;background:#305dc3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1527932289404  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1527932289404  {box-sizing:border-box;}}

 #dh_style_03_1527932289411{width:50%;z-index:999;left:8.97156762295082%;top:90.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1527932289411{z-index:999;width:93px;left:6.377704326923077%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1527932289411{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;display:none;}} #dh_style_03_1527932289411 > .view_contents{overflow:visible;}  #dh_style_03_1527932289411 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1527932289411 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1527932289411 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1527932289411 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1527932289411 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1527932289411{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1527932289411{
		
	}
}
 #div_includeBlock_1527932288674{width:20.333333333333332%;height:265.5px;position:absolute;top:0px;left:79.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932288674{}}   @media screen and (max-width:640px) {#div_includeBlock_1527932288674{width:96%;height:240px;top:385px;left:2%;display:none;}}  #div_includeBlock_1527932288674  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_01_1565249293136{width:40.69444444444444%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:29.56597328186035%;top:17.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565249293136{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1565249293136{width:96%;font-size:12px;color:#333;line-height:1.6;top:11.5px;left:2%;}}  #text_style_01_1565249293136>.view_contents {text-align:center;color:#ffffff;}
 #div_includeBlock_1527932287806{width:2880px;height:63px;position:absolute;top:284px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287806{top:270px;height:56px;left:calc(50% - 1440px);}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287806{width:100%;height:42px;top:0px;left:0%;display:block;}}  #div_includeBlock_1527932287806  {background:#000000;} #comm_layout_footer{height:377px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:326px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:42px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#212121;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1565074084007 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1565074084007 .maxWidth{max-width:px;}
	#dh_style_28_1565074084007 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1565074084007 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1565074084007 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1565142951926 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/xinjiantuku/xinbanner/xinbanner1.jpg') center top no-repeat;}
                #banner_style_01_1565142951926 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1565142951926 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1565142951926 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1565142951926 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1565075589439 li{width: 23.5%;}
#productList_style_03_1565075589439 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1565075589439 li{width: 23.5%;}
	#productList_style_03_1565075589439 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1565075589439 li{width: 49%;}
	#productList_style_03_1565075589439 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1565075589439 .p_detail.pc,#productList_style_03_1565075589439 .p_name.pc {display:block;}
   #productList_style_03_1565075589439 .p_detail.pad, #productList_style_03_1565075589439 .p_detail.mobile,#productList_style_03_1565075589439 .p_name.pad, #productList_style_03_1565075589439 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1565075589439 .p_detail.pad,#productList_style_03_1565075589439 .p_name.pad {display:block;}
   #productList_style_03_1565075589439 .p_detail.pc, #productList_style_03_1565075589439 .p_detail.mobile,#productList_style_03_1565075589439 .p_name.pc, #productList_style_03_1565075589439 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1565075589439 .p_detail.mobile,#productList_style_03_1565075589439 .p_name.mobile {display:block;}
   #productList_style_03_1565075589439 .p_detail.pc, #productList_style_03_1565075589439 .p_detail.pad,#productList_style_03_1565075589439 .p_name.pc, #productList_style_03_1565075589439 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1565075589439 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1565075589439 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1565075589439 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1565075589439 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565075589439 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565075589439 .submit_div{ display: inline-block; }

	#productList_style_03_1565075589439 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1565075589439 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1565075589439 .page_submit{margin-left:5px;}
	#productList_style_03_1565075589439 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1565075589439 .page_btn{ font-size:12px; }
			#productList_style_03_1565075589439 .submit_div{ display:none; }
		}

			#productList_style_03_1565075589439 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1565075589439 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1565075589439  .showActivity {display: none !important;}
            #productList_style_03_1565075589439  .btnaSet ,#productList_style_03_1565075589439  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1565076026520 li{width: 23.5%;}
#productList_style_03_1565076026520 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1565076026520 li{width: 23.5%;}
	#productList_style_03_1565076026520 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1565076026520 li{width: 49%;}
	#productList_style_03_1565076026520 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1565076026520 .p_detail.pc,#productList_style_03_1565076026520 .p_name.pc {display:block;}
   #productList_style_03_1565076026520 .p_detail.pad, #productList_style_03_1565076026520 .p_detail.mobile,#productList_style_03_1565076026520 .p_name.pad, #productList_style_03_1565076026520 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1565076026520 .p_detail.pad,#productList_style_03_1565076026520 .p_name.pad {display:block;}
   #productList_style_03_1565076026520 .p_detail.pc, #productList_style_03_1565076026520 .p_detail.mobile,#productList_style_03_1565076026520 .p_name.pc, #productList_style_03_1565076026520 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1565076026520 .p_detail.mobile,#productList_style_03_1565076026520 .p_name.mobile {display:block;}
   #productList_style_03_1565076026520 .p_detail.pc, #productList_style_03_1565076026520 .p_detail.pad,#productList_style_03_1565076026520 .p_name.pc, #productList_style_03_1565076026520 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1565076026520 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1565076026520 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1565076026520 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1565076026520 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076026520 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076026520 .submit_div{ display: inline-block; }

	#productList_style_03_1565076026520 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1565076026520 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1565076026520 .page_submit{margin-left:5px;}
	#productList_style_03_1565076026520 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1565076026520 .page_btn{ font-size:12px; }
			#productList_style_03_1565076026520 .submit_div{ display:none; }
		}

			#productList_style_03_1565076026520 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1565076026520 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1565076026520  .showActivity {display: none !important;}
            #productList_style_03_1565076026520  .btnaSet ,#productList_style_03_1565076026520  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1565076043725 li{width: 23.5%;}
#productList_style_03_1565076043725 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1565076043725 li{width: 23.5%;}
	#productList_style_03_1565076043725 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1565076043725 li{width: 49%;}
	#productList_style_03_1565076043725 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1565076043725 .p_detail.pc,#productList_style_03_1565076043725 .p_name.pc {display:block;}
   #productList_style_03_1565076043725 .p_detail.pad, #productList_style_03_1565076043725 .p_detail.mobile,#productList_style_03_1565076043725 .p_name.pad, #productList_style_03_1565076043725 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1565076043725 .p_detail.pad,#productList_style_03_1565076043725 .p_name.pad {display:block;}
   #productList_style_03_1565076043725 .p_detail.pc, #productList_style_03_1565076043725 .p_detail.mobile,#productList_style_03_1565076043725 .p_name.pc, #productList_style_03_1565076043725 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1565076043725 .p_detail.mobile,#productList_style_03_1565076043725 .p_name.mobile {display:block;}
   #productList_style_03_1565076043725 .p_detail.pc, #productList_style_03_1565076043725 .p_detail.pad,#productList_style_03_1565076043725 .p_name.pc, #productList_style_03_1565076043725 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1565076043725 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1565076043725 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1565076043725 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1565076043725 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076043725 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076043725 .submit_div{ display: inline-block; }

	#productList_style_03_1565076043725 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1565076043725 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1565076043725 .page_submit{margin-left:5px;}
	#productList_style_03_1565076043725 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1565076043725 .page_btn{ font-size:12px; }
			#productList_style_03_1565076043725 .submit_div{ display:none; }
		}

			#productList_style_03_1565076043725 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1565076043725 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1565076043725  .showActivity {display: none !important;}
            #productList_style_03_1565076043725  .btnaSet ,#productList_style_03_1565076043725  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1578286191971 li{width: 23.5%;}
#productList_style_03_1578286191971 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1578286191971 li{width: 23.5%;}
	#productList_style_03_1578286191971 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1578286191971 li{width: 49%;}
	#productList_style_03_1578286191971 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1578286191971 .p_detail.pc,#productList_style_03_1578286191971 .p_name.pc {display:block;}
   #productList_style_03_1578286191971 .p_detail.pad, #productList_style_03_1578286191971 .p_detail.mobile,#productList_style_03_1578286191971 .p_name.pad, #productList_style_03_1578286191971 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1578286191971 .p_detail.pad,#productList_style_03_1578286191971 .p_name.pad {display:block;}
   #productList_style_03_1578286191971 .p_detail.pc, #productList_style_03_1578286191971 .p_detail.mobile,#productList_style_03_1578286191971 .p_name.pc, #productList_style_03_1578286191971 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1578286191971 .p_detail.mobile,#productList_style_03_1578286191971 .p_name.mobile {display:block;}
   #productList_style_03_1578286191971 .p_detail.pc, #productList_style_03_1578286191971 .p_detail.pad,#productList_style_03_1578286191971 .p_name.pc, #productList_style_03_1578286191971 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1578286191971 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1578286191971 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1578286191971 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1578286191971 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1578286191971 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1578286191971 .submit_div{ display: inline-block; }

	#productList_style_03_1578286191971 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1578286191971 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1578286191971 .page_submit{margin-left:5px;}
	#productList_style_03_1578286191971 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1578286191971 .page_btn{ font-size:12px; }
			#productList_style_03_1578286191971 .submit_div{ display:none; }
		}

			#productList_style_03_1578286191971 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1578286191971 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1578286191971  .showActivity {display: none !important;}
            #productList_style_03_1578286191971  .btnaSet ,#productList_style_03_1578286191971  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1565076056332 li{width: 23.5%;}
#productList_style_03_1565076056332 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1565076056332 li{width: 23.5%;}
	#productList_style_03_1565076056332 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1565076056332 li{width: 49%;}
	#productList_style_03_1565076056332 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1565076056332 .p_detail.pc,#productList_style_03_1565076056332 .p_name.pc {display:block;}
   #productList_style_03_1565076056332 .p_detail.pad, #productList_style_03_1565076056332 .p_detail.mobile,#productList_style_03_1565076056332 .p_name.pad, #productList_style_03_1565076056332 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1565076056332 .p_detail.pad,#productList_style_03_1565076056332 .p_name.pad {display:block;}
   #productList_style_03_1565076056332 .p_detail.pc, #productList_style_03_1565076056332 .p_detail.mobile,#productList_style_03_1565076056332 .p_name.pc, #productList_style_03_1565076056332 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1565076056332 .p_detail.mobile,#productList_style_03_1565076056332 .p_name.mobile {display:block;}
   #productList_style_03_1565076056332 .p_detail.pc, #productList_style_03_1565076056332 .p_detail.pad,#productList_style_03_1565076056332 .p_name.pc, #productList_style_03_1565076056332 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1565076056332 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1565076056332 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1565076056332 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1565076056332 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076056332 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1565076056332 .submit_div{ display: inline-block; }

	#productList_style_03_1565076056332 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1565076056332 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1565076056332 .page_submit{margin-left:5px;}
	#productList_style_03_1565076056332 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1565076056332 .page_btn{ font-size:12px; }
			#productList_style_03_1565076056332 .submit_div{ display:none; }
		}

			#productList_style_03_1565076056332 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1565076056332 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1565076056332  .showActivity {display: none !important;}
            #productList_style_03_1565076056332  .btnaSet ,#productList_style_03_1565076056332  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1583503595797 li{width: 23.5%;}
#productList_style_03_1583503595797 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1583503595797 li{width: 23.5%;}
	#productList_style_03_1583503595797 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1583503595797 li{width: 49%;}
	#productList_style_03_1583503595797 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1583503595797 .p_detail.pc,#productList_style_03_1583503595797 .p_name.pc {display:block;}
   #productList_style_03_1583503595797 .p_detail.pad, #productList_style_03_1583503595797 .p_detail.mobile,#productList_style_03_1583503595797 .p_name.pad, #productList_style_03_1583503595797 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1583503595797 .p_detail.pad,#productList_style_03_1583503595797 .p_name.pad {display:block;}
   #productList_style_03_1583503595797 .p_detail.pc, #productList_style_03_1583503595797 .p_detail.mobile,#productList_style_03_1583503595797 .p_name.pc, #productList_style_03_1583503595797 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1583503595797 .p_detail.mobile,#productList_style_03_1583503595797 .p_name.mobile {display:block;}
   #productList_style_03_1583503595797 .p_detail.pc, #productList_style_03_1583503595797 .p_detail.pad,#productList_style_03_1583503595797 .p_name.pc, #productList_style_03_1583503595797 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1583503595797 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1583503595797 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1583503595797 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1583503595797 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583503595797 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583503595797 .submit_div{ display: inline-block; }

	#productList_style_03_1583503595797 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1583503595797 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1583503595797 .page_submit{margin-left:5px;}
	#productList_style_03_1583503595797 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1583503595797 .page_btn{ font-size:12px; }
			#productList_style_03_1583503595797 .submit_div{ display:none; }
		}

			#productList_style_03_1583503595797 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1583503595797 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1583503595797  .showActivity {display: none !important;}
            #productList_style_03_1583503595797  .btnaSet ,#productList_style_03_1583503595797  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1583503644811 li{width: 23.5%;}
#productList_style_03_1583503644811 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1583503644811 li{width: 23.5%;}
	#productList_style_03_1583503644811 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1583503644811 li{width: 49%;}
	#productList_style_03_1583503644811 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1583503644811 .p_detail.pc,#productList_style_03_1583503644811 .p_name.pc {display:block;}
   #productList_style_03_1583503644811 .p_detail.pad, #productList_style_03_1583503644811 .p_detail.mobile,#productList_style_03_1583503644811 .p_name.pad, #productList_style_03_1583503644811 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1583503644811 .p_detail.pad,#productList_style_03_1583503644811 .p_name.pad {display:block;}
   #productList_style_03_1583503644811 .p_detail.pc, #productList_style_03_1583503644811 .p_detail.mobile,#productList_style_03_1583503644811 .p_name.pc, #productList_style_03_1583503644811 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1583503644811 .p_detail.mobile,#productList_style_03_1583503644811 .p_name.mobile {display:block;}
   #productList_style_03_1583503644811 .p_detail.pc, #productList_style_03_1583503644811 .p_detail.pad,#productList_style_03_1583503644811 .p_name.pc, #productList_style_03_1583503644811 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1583503644811 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1583503644811 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1583503644811 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1583503644811 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583503644811 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583503644811 .submit_div{ display: inline-block; }

	#productList_style_03_1583503644811 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1583503644811 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1583503644811 .page_submit{margin-left:5px;}
	#productList_style_03_1583503644811 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1583503644811 .page_btn{ font-size:12px; }
			#productList_style_03_1583503644811 .submit_div{ display:none; }
		}

			#productList_style_03_1583503644811 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1583503644811 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1583503644811  .showActivity {display: none !important;}
            #productList_style_03_1583503644811  .btnaSet ,#productList_style_03_1583503644811  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1583504617259 li{width: 23.5%;}
#productList_style_03_1583504617259 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1583504617259 li{width: 23.5%;}
	#productList_style_03_1583504617259 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1583504617259 li{width: 49%;}
	#productList_style_03_1583504617259 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1583504617259 .p_detail.pc,#productList_style_03_1583504617259 .p_name.pc {display:block;}
   #productList_style_03_1583504617259 .p_detail.pad, #productList_style_03_1583504617259 .p_detail.mobile,#productList_style_03_1583504617259 .p_name.pad, #productList_style_03_1583504617259 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1583504617259 .p_detail.pad,#productList_style_03_1583504617259 .p_name.pad {display:block;}
   #productList_style_03_1583504617259 .p_detail.pc, #productList_style_03_1583504617259 .p_detail.mobile,#productList_style_03_1583504617259 .p_name.pc, #productList_style_03_1583504617259 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1583504617259 .p_detail.mobile,#productList_style_03_1583504617259 .p_name.mobile {display:block;}
   #productList_style_03_1583504617259 .p_detail.pc, #productList_style_03_1583504617259 .p_detail.pad,#productList_style_03_1583504617259 .p_name.pc, #productList_style_03_1583504617259 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1583504617259 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1583504617259 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1583504617259 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1583504617259 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504617259 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504617259 .submit_div{ display: inline-block; }

	#productList_style_03_1583504617259 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1583504617259 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1583504617259 .page_submit{margin-left:5px;}
	#productList_style_03_1583504617259 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1583504617259 .page_btn{ font-size:12px; }
			#productList_style_03_1583504617259 .submit_div{ display:none; }
		}

			#productList_style_03_1583504617259 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1583504617259 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1583504617259  .showActivity {display: none !important;}
            #productList_style_03_1583504617259  .btnaSet ,#productList_style_03_1583504617259  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1583504644373 li{width: 23.5%;}
#productList_style_03_1583504644373 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1583504644373 li{width: 23.5%;}
	#productList_style_03_1583504644373 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1583504644373 li{width: 49%;}
	#productList_style_03_1583504644373 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1583504644373 .p_detail.pc,#productList_style_03_1583504644373 .p_name.pc {display:block;}
   #productList_style_03_1583504644373 .p_detail.pad, #productList_style_03_1583504644373 .p_detail.mobile,#productList_style_03_1583504644373 .p_name.pad, #productList_style_03_1583504644373 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1583504644373 .p_detail.pad,#productList_style_03_1583504644373 .p_name.pad {display:block;}
   #productList_style_03_1583504644373 .p_detail.pc, #productList_style_03_1583504644373 .p_detail.mobile,#productList_style_03_1583504644373 .p_name.pc, #productList_style_03_1583504644373 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1583504644373 .p_detail.mobile,#productList_style_03_1583504644373 .p_name.mobile {display:block;}
   #productList_style_03_1583504644373 .p_detail.pc, #productList_style_03_1583504644373 .p_detail.pad,#productList_style_03_1583504644373 .p_name.pc, #productList_style_03_1583504644373 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1583504644373 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1583504644373 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1583504644373 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1583504644373 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504644373 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504644373 .submit_div{ display: inline-block; }

	#productList_style_03_1583504644373 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1583504644373 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1583504644373 .page_submit{margin-left:5px;}
	#productList_style_03_1583504644373 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1583504644373 .page_btn{ font-size:12px; }
			#productList_style_03_1583504644373 .submit_div{ display:none; }
		}

			#productList_style_03_1583504644373 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1583504644373 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1583504644373  .showActivity {display: none !important;}
            #productList_style_03_1583504644373  .btnaSet ,#productList_style_03_1583504644373  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

.prod_default3 .prod_info .p_buy{display: none!important;}
}




/*pc*/
#productList_style_03_1583504678445 li{width: 23.5%;}
#productList_style_03_1583504678445 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1583504678445 li{width: 23.5%;}
	#productList_style_03_1583504678445 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1583504678445 li{width: 49%;}
	#productList_style_03_1583504678445 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_03_1583504678445 .p_detail.pc,#productList_style_03_1583504678445 .p_name.pc {display:block;}
   #productList_style_03_1583504678445 .p_detail.pad, #productList_style_03_1583504678445 .p_detail.mobile,#productList_style_03_1583504678445 .p_name.pad, #productList_style_03_1583504678445 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1583504678445 .p_detail.pad,#productList_style_03_1583504678445 .p_name.pad {display:block;}
   #productList_style_03_1583504678445 .p_detail.pc, #productList_style_03_1583504678445 .p_detail.mobile,#productList_style_03_1583504678445 .p_name.pc, #productList_style_03_1583504678445 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1583504678445 .p_detail.mobile,#productList_style_03_1583504678445 .p_name.mobile {display:block;}
   #productList_style_03_1583504678445 .p_detail.pc, #productList_style_03_1583504678445 .p_detail.pad,#productList_style_03_1583504678445 .p_name.pc, #productList_style_03_1583504678445 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1583504678445 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_03_1583504678445 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1583504678445 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1583504678445 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504678445 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1583504678445 .submit_div{ display: inline-block; }

	#productList_style_03_1583504678445 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1583504678445 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1583504678445 .page_submit{margin-left:5px;}
	#productList_style_03_1583504678445 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1583504678445 .page_btn{ font-size:12px; }
			#productList_style_03_1583504678445 .submit_div{ display:none; }
		}

			#productList_style_03_1583504678445 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1583504678445 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1583504678445  .showActivity {display: none !important;}
            #productList_style_03_1583504678445  .btnaSet ,#productList_style_03_1583504678445  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_img{display:none;}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_ul{text-align:right}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_nav{display:block !important;width: 177px;}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_box{width: calc(100% - 177px); left: 177px;}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_li{margin-top:5px}
#tab_style_03_1565074712970 #div_tab_style_03_1565074712970 .tab_li:first-child{margin-top:0px;}

    #tab_style_03_1565074712970 .tab_ul.tab_ul_top,#tab_style_03_1565074712970 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1565074712970 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }

	#image_style_01_1527925097728 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925097728 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527925097728 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527925097728 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527925105544 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925105544 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527925105544 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527925105544 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527925111883 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925111883 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527925111883 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527925111883 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527925324451 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925324451 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527925324451 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527925324451 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1565080895940 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565080895940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1565080895940 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565080895940 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1565081602229 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1565081602229 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_01_1565081602229 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}

	#image_style_01_1527930531673 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527930531673 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527930531673 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1527930531673 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.newslist_style_5{padding: 0;margin: 0;list-style: none;}
.newslist_style_5 li{overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsDate{float: left;width: 150px;}
.newslist_style_5 .newsDate .newsTime{display: block; font-size: 16px;text-align: center; overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_5 .newsCont{position: relative;float: left;width: calc(100% - 150px);border-left: 1px solid #ddd;padding:0 0 20px 40px ;box-sizing: border-box;}
.newslist_style_5 .newsCont .newsTitle{font-size: 16px;overflow: hidden;margin-bottom: 5px;}
.newslist_style_5 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit;}
.newslist_style_5 .newsCont .newDetail{font-size: 14px;color: #ddd;overflow: hidden;}


/*alex---后期加的图片样式*/
.newslist_style_5 .newPic{background-color: #eee;width:20%; margin:0 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.newslist_style_5 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;}
.newslist_style_5 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_5 .newPic2{display: none;}
.newslist_style_5 .show_all{width:20%; margin-top:.5em;float: left;}
.newslist_style_5 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
.newslist_style_5 .newSort{display: block;margin-top: 8px;color:#999;}

@media screen and (max-width: 640px) {
	.newslist_style_5 .newsDate{width: 95px;}
	.newslist_style_5 .newsDate .newsTime{font-size: 14px;padding:0 10px 0 5px;}
	.newslist_style_5 .newsCont:before{width: 12px;height: 12px;top: 4px;left: -6px;}
	.newslist_style_5 .newsCont{width: calc(100% - 115px);padding:0 5px 10px 15px ;}
	.newslist_style_5 .newsCont .newsTitle{font-size: 14px;margin-bottom: 6px;}
	.newslist_style_5 .newsCont .newDetail{font-size: 12px;}


	.newslist_style_5  .newPic{width:100%;float:none;margin-bottom: 6px;}
	.newslist_style_5 .show_all{width:40%;min-width: 160px; }
}
	#newsList_style_01_1527930238795 .newDetail.pc {display:block;}
	#newsList_style_01_1527930238795 .newDetail.pad, #newsList_style_01_1527930238795 .newDetail.mobile {display:none;}
	#newsList_style_01_1527930238795 .newTitle.pc {display:block;}
	#newsList_style_01_1527930238795 .newTitle.pad, #newsList_style_01_1527930238795 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1527930238795 .newDetail.pad {display:block;}
		#newsList_style_01_1527930238795 .newDetail.pc, #newsList_style_01_1527930238795 .newDetail.mobile {display:none;}
		#newsList_style_01_1527930238795 .newTitle.pad {display:block;}
		#newsList_style_01_1527930238795 .newTitle.pc, #newsList_style_01_1527930238795 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1527930238795 .newDetail.mobile {display:block;}
		#newsList_style_01_1527930238795 .newDetail.pc, #newsList_style_01_1527930238795 .newDetail.pad {display:none;}
		#newsList_style_01_1527930238795 .newTitle.mobile {display:block;}
		#newsList_style_01_1527930238795 .newTitle.pc, #newsList_style_01_1527930238795 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1527930238795 .newsDate{width: px;}
	#newsList_style_01_1527930238795 .newsCont{width: calc(100% - px);}
	#newsList_style_01_1527930238795 .newPic{width: 0px;}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1527930238795 .newsDate{width: px;}
	#newsList_style_01_1527930238795 .newsCont{width: calc(100% - px);}
	#newsList_style_01_1527930238795 .newPic{width: 0px;}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_01_1527930238795 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1527930238795 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1527930238795 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1527930238795 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1527930238795 .submit_div{ display: inline-block; }

#newsList_style_01_1527930238795 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1527930238795 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1527930238795 .page_submit{margin-left:5px;}
#newsList_style_01_1527930238795 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1527930238795 .page_btn{ font-size:12px; }
		#newsList_style_01_1527930238795 .submit_div{ display:none; }
	}

	#newsList_style_01_1527930238795 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1527930238795 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1565146406580 .newDetail.pc {display:block;}
	#newsList_style_18_1565146406580 .newDetail.pad, #newsList_style_18_1565146406580 .newDetail.mobile {display:none;}
	#newsList_style_18_1565146406580 .newTitle.pc {display:block;}
	#newsList_style_18_1565146406580 .newTitle.pad, #newsList_style_18_1565146406580 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1565146406580 .newDetail.pad {display:block;}
		#newsList_style_18_1565146406580 .newDetail.pc, #newsList_style_18_1565146406580 .newDetail.mobile {display:none;}
		#newsList_style_18_1565146406580 .newTitle.pad {display:block;}
		#newsList_style_18_1565146406580 .newTitle.pc, #newsList_style_18_1565146406580 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1565146406580 .newDetail.mobile {display:block;}
		#newsList_style_18_1565146406580 .newDetail.pc, #newsList_style_18_1565146406580 .newDetail.pad {display:none;}
		#newsList_style_18_1565146406580 .newTitle.mobile {display:block;}
		#newsList_style_18_1565146406580 .newTitle.pc, #newsList_style_18_1565146406580 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1565146406580 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565146406580 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565146406580 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1565146406580 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565146406580 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565146406580 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1565146406580 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1565146406580 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1565146406580 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565146406580 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565146406580 .submit_div{ display: inline-block; }

#newsList_style_18_1565146406580 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1565146406580 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1565146406580 .page_submit{margin-left:5px;}
#newsList_style_18_1565146406580 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1565146406580 .page_btn{ font-size:12px; }
		#newsList_style_18_1565146406580 .submit_div{ display:none; }
	}

	#newsList_style_18_1565146406580 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1565146406580 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1565147047282 .newDetail.pc {display:block;}
	#newsList_style_18_1565147047282 .newDetail.pad, #newsList_style_18_1565147047282 .newDetail.mobile {display:none;}
	#newsList_style_18_1565147047282 .newTitle.pc {display:block;}
	#newsList_style_18_1565147047282 .newTitle.pad, #newsList_style_18_1565147047282 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1565147047282 .newDetail.pad {display:block;}
		#newsList_style_18_1565147047282 .newDetail.pc, #newsList_style_18_1565147047282 .newDetail.mobile {display:none;}
		#newsList_style_18_1565147047282 .newTitle.pad {display:block;}
		#newsList_style_18_1565147047282 .newTitle.pc, #newsList_style_18_1565147047282 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1565147047282 .newDetail.mobile {display:block;}
		#newsList_style_18_1565147047282 .newDetail.pc, #newsList_style_18_1565147047282 .newDetail.pad {display:none;}
		#newsList_style_18_1565147047282 .newTitle.mobile {display:block;}
		#newsList_style_18_1565147047282 .newTitle.pc, #newsList_style_18_1565147047282 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1565147047282 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565147047282 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565147047282 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1565147047282 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565147047282 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565147047282 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1565147047282 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1565147047282 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1565147047282 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565147047282 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565147047282 .submit_div{ display: inline-block; }

#newsList_style_18_1565147047282 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1565147047282 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1565147047282 .page_submit{margin-left:5px;}
#newsList_style_18_1565147047282 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1565147047282 .page_btn{ font-size:12px; }
		#newsList_style_18_1565147047282 .submit_div{ display:none; }
	}

	#newsList_style_18_1565147047282 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1565147047282 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1565147161646 .newDetail.pc {display:block;}
	#newsList_style_18_1565147161646 .newDetail.pad, #newsList_style_18_1565147161646 .newDetail.mobile {display:none;}
	#newsList_style_18_1565147161646 .newTitle.pc {display:block;}
	#newsList_style_18_1565147161646 .newTitle.pad, #newsList_style_18_1565147161646 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1565147161646 .newDetail.pad {display:block;}
		#newsList_style_18_1565147161646 .newDetail.pc, #newsList_style_18_1565147161646 .newDetail.mobile {display:none;}
		#newsList_style_18_1565147161646 .newTitle.pad {display:block;}
		#newsList_style_18_1565147161646 .newTitle.pc, #newsList_style_18_1565147161646 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1565147161646 .newDetail.mobile {display:block;}
		#newsList_style_18_1565147161646 .newDetail.pc, #newsList_style_18_1565147161646 .newDetail.pad {display:none;}
		#newsList_style_18_1565147161646 .newTitle.mobile {display:block;}
		#newsList_style_18_1565147161646 .newTitle.pc, #newsList_style_18_1565147161646 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1565147161646 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565147161646 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565147161646 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1565147161646 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1565147161646 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1565147161646 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1565147161646 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1565147161646 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1565147161646 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565147161646 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1565147161646 .submit_div{ display: inline-block; }

#newsList_style_18_1565147161646 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1565147161646 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1565147161646 .page_submit{margin-left:5px;}
#newsList_style_18_1565147161646 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1565147161646 .page_btn{ font-size:12px; }
		#newsList_style_18_1565147161646 .submit_div{ display:none; }
	}

	#newsList_style_18_1565147161646 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1565147161646 .page{line-height:30px; padding:0 13px;}
	}



#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_img{display:none;}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_ul{text-align:right}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_nav{display:block !important;}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_li{margin-left:10px}
#tab_style_03_1565082722375 #div_tab_style_03_1565082722375 .tab_li:first-child{margin-left:0px;}

    #tab_style_03_1565082722375 .tab_ul.tab_ul_top,#tab_style_03_1565082722375 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1565082722375 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}

	#image_style_03_1565227326206 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227326206 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227326206 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227326206 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227332085 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227332085 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227332085 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227332085 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227263244 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227263244 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227263244 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227263244 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227309334 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227309334 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227309334 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227309334 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227320174 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227320174 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227320174 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227320174 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227362768 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227362768 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227362768 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227362768 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227372411 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227372411 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227372411 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227372411 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227377027 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227377027 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227377027 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227377027 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227381604 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227381604 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227381604 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227381604 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1565227386986 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1565227386986 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1565227386986 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1565227386986 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}


#tab_style_03_1565171618889 #div_tab_style_03_1565171618889 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1565171618889 #div_tab_style_03_1565171618889 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1565171618889 #div_tab_style_03_1565171618889 .tab_nav{display:none !important;}
#tab_style_03_1565171618889 #div_tab_style_03_1565171618889 .tab_box{height:100%;top:0px;}

    #tab_style_03_1565171618889 .tab_ul.tab_ul_top,#tab_style_03_1565171618889 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1565171618889 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }

	#image_style_01_1527932289571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289571 .CompatibleImg img{null}}
#image_style_01_1527932289571 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527932289584 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289584 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289584 .CompatibleImg img{null}}
#image_style_01_1527932289584 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527932289605 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289605 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289605 .CompatibleImg img{null}}
#image_style_01_1527932289605 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1565344145019 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565344145019 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1565344145019 .CompatibleImg img{null}}
#image_style_01_1565344145019 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1565234256416 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565234256416 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565234256416 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565234256416 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





	
#dh_style_03_1527932289411 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}


				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				